@keyframes bounces {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -10px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -8px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -4px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -2px, 0);
  }
}
.mores {
  margin-top: 2vw;
  position: relative;
  z-index: 101;
}
.mores a {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(#00846f, #00846f);
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.mores a span {
  margin-left: 30px;
}
.mores a:hover {
  background-image: linear-gradient(-90deg, #049780 0%, #1ebf86 100%), linear-gradient(#00846f, #00846f);
}
.section {
  overflow: hidden;
  position: relative;
}
.s-title {
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(-4vw);
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.s-title h2 {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.s-title h2:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/y1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5vw;
  bottom: 0;
}
.s-title h2:after {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/y2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -5vw;
  top: -10px;
}
.s-title h2 span {
  display: inline-block;
  position: relative;
}
.s-title h2 span:before {
  content: '';
  width: 90%;
  height: 14px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.1);
  position: absolute;
  left: 5%;
  bottom: -4px;
  z-index: -1;
}
.section01 .swiper-container .swiper-slide {
  overflow: hidden;
  height: 100vh;
}
.section01 .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.section01 .swiper-container .swiper-slide .tu {
  position: relative;
  width: 100%;
  height: 100%;
}
.section01 .swiper-container .swiper-slide .tu video{
    width: 100%;
  height: 100%;
 object-fit: fill;
}
.section01 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
.section01 .swiper-container .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 36%;
}
.section01 .swiper-container .swiper-slide .text .con h2 {
  color: #fff;
  font-size: 66px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 9px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.section01 .swiper-container .swiper-slide .text .con h3 {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 7px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.section01 .swiper-container .swiper-slide .text .con p {
  color: #fff;
  margin-top: 1.5vw;
  letter-spacing: 2px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.section01 .swiper-container .swiper-slide .text .con span {
  display: block;
  color: #fff;
  margin-top: 3vw;
  position: relative;
  left: -40px;
  opacity: 0;
}
.section01 .swiper-container .swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.section01 .swiper-container .swiper-slide-active .text .con h2 {
  top: 0;
  opacity: 1;
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
}
.section01 .swiper-container .swiper-slide-active .text .con h3 {
  top: 0;
  opacity: 1;
  transition: all 0.5s ease 0.6s;
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  -ms-transition: all 0.5s ease 0.6s;
}
.section01 .swiper-container .swiper-slide-active .text .con p {
  top: 0;
  opacity: 1;
  transition: all 0.5s ease 0.9s;
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  -ms-transition: all 0.5s ease 0.9s;
}
.section01 .swiper-container .swiper-slide-active .text .con span {
  left: 0;
  opacity: 1;
  transition: all 0.5s ease 1.2s;
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  -ms-transition: all 0.5s ease 1.2s;
}
.section02 .con {
  margin-top: 2vw;
  position: relative;
}
.section02 .con .swiper-container {
  overflow: initial;
  left: -18%;
}
.section02 .con .swiper-slide {
  transform-origin: left center;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.section02 .con .swiper-slide .tu {
  width: 86%;
  height: 28vw;
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section02 .con .swiper-slide .tu img {
  max-width: 80%;
  max-height: 80%;
  position: relative;
  top: 1vw;
}
.section02 .con .swiper-slide .text {
  width: 80%;
  float: left;
  margin-top: -30px;
  position: relative;
  left: 3vw;
}
.section02 .con .swiper-slide .text .totals {
  color: #ccc;
  position: absolute;
  left: 0;
  top: -50px;
  font-family: Arial;
  opacity: 0;
}
.section02 .con .swiper-slide .text .totals .current {
  color: #999;
  font-weight: bold;
}
.section02 .con .swiper-slide .text h2 {
  display: inline-block;
  letter-spacing: 2px;
  color: #2b2f33;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.section02 .con .swiper-slide .text h2:before {
  content: '';
  width: 100%;
  height: 8px;
  background: #e8e9ed;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
}
.section02 .con .swiper-slide .text p {
  opacity: 0;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  line-height: 1.6;
  height: 3.2em;
}
.section02 .con .swiper-slide:hover .text h2 {
  color: green;
}
.section02 .con .swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.section02 .con .swiper-slide-active .tu {
  width: 100%;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  height: 30vw;
}
.section02 .con .swiper-slide-active .text .totals {
  opacity: 1;
}
.section02 .con .swiper-slide-active .text h2 {
  font-weight: bold;
  letter-spacing: 0;
}
.section02 .con .swiper-slide-active .text h2:before {
  background: #00846f;
  opacity: 0.3;
}
.section02 .con .swiper-slide-active .text p {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.section02 .con .swiper-slide-prev {
  transform-origin: right center;
}
.section02 .con .swiper-slide-prev .tu {
  float: right;
}
.section02 .con .swiper-pagination {
  display: none;
}
.section02 .con .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  left: -5vw;
  top: 40%;
  margin-top: 0;
}
.section02 .con .swiper-button-prev:before {
  content: '\e8f8';
  font-family: iconfont;
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.section02 .con .swiper-button-prev:hover {
  background-image: linear-gradient(-90deg, #16b64e 0%, #00b2a3 100%);
}
.section02 .con .swiper-button-prev:hover:before {
  color: #fff;
}
.section02 .con .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  right: -5vw;
  top: 40%;
  margin-top: 0;
}
.section02 .con .swiper-button-next:before {
  content: '\e8f9';
  font-family: iconfont;
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.section02 .con .swiper-button-next:hover {
  background-image: linear-gradient(-90deg, #16b64e 0%, #00b2a3 100%);
}
.section02 .con .swiper-button-next:hover:before {
  color: #fff;
}
.section02.active .s-title {
  transform: translateY(0);
  opacity: 1;
}
.section03 .tu {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section03 .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section03 .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
}
.section03 .text .con {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.section03 .text .con .left {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section03 .text .con .left h2 {
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  opacity: 0;
  transform: translateY(2vw);
}
.section03 .text .con .left p {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 1.5vw;
  opacity: 0;
  transform: translateY(2vw);
}
.section03 .text .con .left .mores {
  margin-top: 4vw;
  opacity: 0;
  transform: translateY(2vw);
}
.section03 .text .con .left .mores a {
  margin: 0;
}
.section03 .text .con .left ul {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}
.section03 .text .con .left ul li {
  text-align: center;
  opacity: 0;
  transform: translateY(2vw);
}
.section03 .text .con .left ul li h3 {
  margin-top: 1.2vw;
}
.section03 .text .con .right {
  width: 33.5%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5vw;
}
.section03 .text .con .right:before {
  content: '';
  width: 200%;
  height: 100%;
  background: rgba(40, 39, 40, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.section03 .text .con .right ul li .num {
  font-family: Arial;
  font-weight: bold;
  display: flex;
  line-height: 1;
}
.section03 .text .con .right ul li .num h2 {
  font-size: 100px;
}
.section03 .text .con .right ul li .num span {
  font-size: 100px;
}
.section03 .text .con .right ul li p {
  position: relative;
  left: 4px;
}
.section03 .text .con .right ul li:not(:first-child) {
  margin-top: 4vw;
}
.section03 .text .con .right ul li:first-child .num span {
  font-size: 60px;
}
.section03.active .text .con .left h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.section03.active .text .con .left p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.7s;
  -webkit-transition: all 0.5s ease 0.7s;
  -moz-transition: all 0.5s ease 0.7s;
  -ms-transition: all 0.5s ease 0.7s;
}
.section03.active .text .con .left .mores {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.9s;
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  -ms-transition: all 0.5s ease 0.9s;
}
.section03.active .text .con .left ul li {
  opacity: 1;
  transform: translateY(0);
}
.section03.active .text .con .left ul li:nth-child(1) {
  transition: all 0.5s ease 1.1s;
  -webkit-transition: all 0.5s ease 1.1s;
  -moz-transition: all 0.5s ease 1.1s;
  -ms-transition: all 0.5s ease 1.1s;
}
.section03.active .text .con .left ul li:nth-child(2) {
  transition: all 0.5s ease 1.3s;
  -webkit-transition: all 0.5s ease 1.3s;
  -moz-transition: all 0.5s ease 1.3s;
  -ms-transition: all 0.5s ease 1.3s;
}
.section03.active .text .con .left ul li:nth-child(3) {
  transition: all 0.5s ease 1.5s;
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  -ms-transition: all 0.5s ease 1.5s;
}
.section04 .ctn-list {
  position: relative;
  margin-top: 3vw;
}
.section04 .ctn-list .swiper-container {
  padding-bottom: 5vw;
}
.section04 .ctn-list .swiper-container .swiper-slide .tu {
  height: 13.2vw;
  border-radius: 12px;
  overflow: hidden;
}
.section04 .ctn-list .swiper-container .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.section04 .ctn-list .swiper-container .swiper-slide .text {
  margin-top: 1vw;
}
.section04 .ctn-list .swiper-container .swiper-slide .text h3 {
  padding-left: 24px;
  color: #ccc;
  position: relative;
}
.section04 .ctn-list .swiper-container .swiper-slide .text h3:before {
  content: '\ebb1';
  font-family: iconfont;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -3px;
}
.section04 .ctn-list .swiper-container .swiper-slide .text h2 {
  color: #2a2a2a;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  margin: 10px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.section04 .ctn-list .swiper-container .swiper-slide .text p {
  color: #999;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.section04 .ctn-list .swiper-container .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.section04 .ctn-list .swiper-container .swiper-slide:hover .text h2 {
  color: #05b780;
}
.section04 .ctn-list .swiper-container .swiper-scrollbar {
  width: calc(100% - 180px);
  left: 180px;
  height: 1px;
  bottom: 3px;
  background: #dfdfdf;
}
.section04 .ctn-list .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #00846f;
  top: -1px;
}
.section04 .ctn-list .btns {
  position: relative;
  margin-top: -28px;
}
.section04 .ctn-list .btns .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
  position: relative;
  left: 0;
  margin-top: 0;
  top: 0;
}
.section04 .ctn-list .btns .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  color: #acb2b5;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.section04 .ctn-list .btns .swiper-button-prev:after {
  display: none;
}
.section04 .ctn-list .btns .swiper-button-prev:hover {
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(#00846f, #00846f);
}
.section04 .ctn-list .btns .swiper-button-prev:hover:before {
  color: #fff;
}
.section04 .ctn-list .btns .swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
  right: auto;
  margin-top: 0;
  top: 0;
  left: 74px;
}
.section04 .ctn-list .btns .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  color: #acb2b5;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.section04 .ctn-list .btns .swiper-button-next:after {
  display: none;
}
.section04 .ctn-list .btns .swiper-button-next:hover {
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(#00846f, #00846f);
}
.section04 .ctn-list .btns .swiper-button-next:hover:before {
  color: #fff;
}
.section04 .ctn-list .mores {
  margin-top: 4vw;
}
.section04 .ctn-list .mores a {
  background: none;
  border: 1px solid #dbdbdb;
  color: #666;
}
.section04 .ctn-list .mores a:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(-90deg, #1ebf86 0%, #049780 100%), linear-gradient(-90deg, #16b64e 0%, #00b2a3 100%);
  color: #fff;
}
.section04.active .s-title {
  transform: translateY(0);
  opacity: 1;
}
.scroll {
  width: 60px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.scroll .mouse {
  width: 24px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  margin: 0 auto;
  position: relative;
  animation-name: bounces;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: both;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.scroll .mouse:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.scroll h2 {
  color: #fff;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.scroll.black .mouse {
  border: 1px solid #000;
}
.scroll.black .mouse:after {
  background: #000;
}
.scroll.black h2 {
  color: #000;
}
.scroll.center .mouse {
  border: 1px solid #000;
}
.scroll.center .mouse:after {
  background: #000;
}
.scroll.center h2 {
  color: #000;
}
@media screen and (max-width: 1600px) {
  .section01 .swiper-container .swiper-slide .text .con h2 {
    font-size: 4.3vw;
  }
  .section01 .swiper-container .swiper-slide .text .con h3 {
    font-size: 3.6vw;
  }
  .section03 .text .con .right ul li .num h2 {
    font-size: 5vw;
  }
  .section03 .text .con .right ul li .num span {
    font-size: 5vw;
  }
  .section03 .text .con .right ul li:first-child .num span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1440px) {
  .mores a {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
  .mores a span {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .section02 .con .swiper-button-prev {
    top: 34%;
    left: 20px;
  }
  .section02 .con .swiper-button-next {
    top: 34%;
    right: 20px;
  }
  .section04 .ctn-list .swiper-container .swiper-slide .tu {
    height: 16vw;
  }
}
@media screen and (max-width: 1024px) {
  .s-title {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .s-title h2:before {
    width: 20px;
    height: 20px;
  }
  .s-title h2:after {
    width: 30px;
    height: 30px;
  }
  .mores {
    margin-top: 30px;
  }
  .mores a {
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
  .mores a span {
    margin-left: 16px;
  }
  #fullpage {
    margin-top: 60px;
  }
  .section01 .swiper-container .swiper-slide {
    height: auto;
  }
  .section02 {
    padding: 40px 0;
  }
  .section02 .con {
    margin-top: 30px;
  }
  .section03 .tu {
    height: auto;
  }
  .section03 .text .con .left p {
    font-size: 16px;
  }
  .section03.active .text .con .left h2 {
          font-size: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .section03.active .text .con .left p {
          font-size: 14px;
              height: 6em;
    overflow: overlay;
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
  }
  .section03.active .text .con .left .mores {
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
  }
  .section03.active .text .con .left ul li:nth-child(1) {
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
  }
  .section03.active .text .con .left ul li:nth-child(2) {
    transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -moz-transition: all 0.5s ease 0.8s;
    -ms-transition: all 0.5s ease 0.8s;
  }
  .section03.active .text .con .left ul li:nth-child(3) {
    transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
    -moz-transition: all 0.5s ease 1s;
    -ms-transition: all 0.5s ease 1s;
  }
  .section04 {
    padding: 40px 0;
  }
  .section04 .ctn-list .swiper-container {
    padding-bottom: 60px;
  }
  .section04 .ctn-list .swiper-container .swiper-scrollbar {
    width: calc(100% - 160px);
    left: 160px;
  }
  .section04 .ctn-list .btns {
    margin-top: -24px;
  }
  .section04 .ctn-list .btns .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .section04 .ctn-list .btns .swiper-button-prev:before {
    font-size: 20px;
  }
  .section04 .ctn-list .btns .swiper-button-next {
    width: 44px;
    height: 44px;
    left: 64px;
  }
  .section04 .ctn-list .btns .swiper-button-next:before {
    font-size: 20px;
  }
  .scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .s-title h2:before {
    left: -40px;
  }
  .s-title h2:after {
    right: -50px;
  }
  .mores {
    margin-top: 50px;
  }
  .section01 .swiper-container .swiper-slide {
    height: 400px;
  }
  .section01 .swiper-container .swiper-slide .text {
    top: 32%;
  }
  .section01 .swiper-container .swiper-slide .text .con h2 {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.5;
  }
  .section01 .swiper-container .swiper-slide .text .con h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .section01 .swiper-container .swiper-slide .text .con p {
    font-size: 14px;
    margin-top: 10px;
  }
  .section01 .swiper-container .swiper-slide .text .con span {
    margin-top: 20px;
  }
  .section02 .con .swiper-container {
    left: 0;
    padding-bottom: 60px;
  }
  .section02 .con .swiper-slide .tu {
    height: 260px;
    border-radius: 12px;
  }
  .section02 .con .swiper-slide .tu img {
    top: 0;
  }
  .section02 .con .swiper-slide .text {
    width: 100%;
    left: 0;
    padding: 0 20px;
    margin-top: -16px;
  }
  .section02 .con .swiper-slide .text .totals {
    left: 20px;
    top: -30px;
  }
  .section02 .con .swiper-slide .text h2 {
    height: 4px;
  }
  .section02 .con .swiper-slide .text h2:before {
    bottom: 4px;
  }
  .section02 .con .swiper-slide .text p {
    margin-top: 10px;
  }
  .section02 .con .swiper-button-prev {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 80px;
    left: 33%;
  }
  .section02 .con .swiper-button-next {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 80px;
    right: 33%;
  }
  .section03 {
    padding: 40px 0;
  }
  .section03 .tu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .section03 .text {
    position: relative;
  }
  .section03 .text .con {
    display: block;
    height: auto;
    position: relative;
  }
  .section03 .text .con .left {
    width: 100%;
  }
  .section03 .text .con .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .section03 .text .con .left .mores {
    margin-top: 30px;
  }
  .section03 .text .con .left ul {
    margin-top: 30px;
  }
  .section03 .text .con .left ul li .icons img {
    width: 50px;
  }
  .section03 .text .con .right {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .section03 .text .con .right:before {
    width: 100%;
  }
  .section03 .text .con .right ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section03 .text .con .right ul li {
    margin-top: 0!important;
  }
  .section03 .text .con .right ul li .num h2 {
    font-size: 30px;
  }
  .section03 .text .con .right ul li .num span {
    font-size: 30px;
  }
  .section03 .text .con .right ul li p {
    left: 0;
    margin-top: 10px;
  }
  .section03 .text .con .right ul li:first-child .num span {
    font-size: 20px;
  }
  .section04 .ctn-list {
    margin-top: 30px;
  }
  .section04 .ctn-list .swiper-container .swiper-slide .tu {
    height: 190px;
    border-radius: 10px;
  }
  .section04 .ctn-list .swiper-container .swiper-slide .text {
    margin-top: 10px;
  }
  .section04 .ctn-list .swiper-container .swiper-scrollbar {
    width: calc(100% - 120px);
    left: 120px;
  }
  .section04 .ctn-list .btns .swiper-button-next {
    left: 60px;
  }
  .section04 .ctn-list .mores {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=index.css.map */
